home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 1977 / nema5.rec < prev    next >
Encoding:
Text File  |  1990-02-14  |  316 b   |  11 lines

  1. TYPE NEMA5_REC = RECORD
  2. RECSTAT : LONGINT;
  3. LOCATIONS1           : STRING[65]; {C  0}
  4. LOCATIONS2           : STRING[65]; {C  0}
  5. LOCATIONS3           : STRING[65]; {C  0}
  6. LOCATIONS4           : STRING[65]; {C  0}
  7. LOCATIONS5           : STRING[65]; {C  0}
  8. END;
  9. VAR NEMA5 : NEMA5_REC;
  10. CONST NEMA5_SIZE = 334;
  11.